migrationBuilder.InsertData( table: "TypeNote", columns: new[] { "Name" }, values: new object[,] { { "Test" }, { "Test1" } });